Enhance DevTools support with Rozenite Plugin#10328
Enhance DevTools support with Rozenite Plugin#10328retyui wants to merge 1 commit intoTanStack:mainfrom
Conversation
Updated the DevTools support section to include the Rozenite Plugin for React Native DevTools users, enhancing the available debugging options.
📝 WalkthroughWalkthroughUpdated the React Native DevTools Support documentation by introducing the Rozenite Plugin as a new integration option and renumbering the existing options accordingly. The section now includes integration details for four DevTools options instead of three. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/framework/react/react-native.md`:
- Around line 12-20: Replace the inconsistent "3rd party" phrasing with the
hyphenated "third-party" in the DevTools list entries for "Rozenite Plugin",
"Native macOS App", "Flipper Plugin", and "Reactotron Plugin" so all four
bullets use "third-party" (hyphenated) for consistent grammar and style.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: e886be66-bc3b-48fa-a3a9-5423748cec71
📒 Files selected for processing (1)
docs/framework/react/react-native.md
| 1. **Rozenite Plugin**: A 3rd party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query | ||
|
|
||
| 2. **Native macOS App**: A 3rd party app for debugging React Query in any js-based application: | ||
| https://github.com/LovesWorking/rn-better-dev-tools | ||
|
|
||
| 2. **Flipper Plugin**: A 3rd party plugin for Flipper users: | ||
| 3. **Flipper Plugin**: A 3rd party plugin for Flipper users: | ||
| https://github.com/bgaleotti/react-query-native-devtools | ||
|
|
||
| 3. **Reactotron Plugin**: A 3rd party plugin for Reactotron users: | ||
| 4. **Reactotron Plugin**: A 3rd party plugin for Reactotron users: |
There was a problem hiding this comment.
Use consistent “third-party” wording in the DevTools list.
On Line 12, Line 14, Line 17, and Line 20, prefer “third-party” (hyphenated) over “3rd party” for documentation consistency and grammar.
✍️ Suggested doc wording update
-1. **Rozenite Plugin**: A 3rd party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query
+1. **Rozenite Plugin**: A third-party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query
-2. **Native macOS App**: A 3rd party app for debugging React Query in any js-based application:
+2. **Native macOS App**: A third-party app for debugging React Query in any js-based application:
-3. **Flipper Plugin**: A 3rd party plugin for Flipper users:
+3. **Flipper Plugin**: A third-party plugin for Flipper users:
-4. **Reactotron Plugin**: A 3rd party plugin for Reactotron users:
+4. **Reactotron Plugin**: A third-party plugin for Reactotron users:📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| 1. **Rozenite Plugin**: A 3rd party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query | |
| 2. **Native macOS App**: A 3rd party app for debugging React Query in any js-based application: | |
| https://github.com/LovesWorking/rn-better-dev-tools | |
| 2. **Flipper Plugin**: A 3rd party plugin for Flipper users: | |
| 3. **Flipper Plugin**: A 3rd party plugin for Flipper users: | |
| https://github.com/bgaleotti/react-query-native-devtools | |
| 3. **Reactotron Plugin**: A 3rd party plugin for Reactotron users: | |
| 4. **Reactotron Plugin**: A 3rd party plugin for Reactotron users: | |
| 1. **Rozenite Plugin**: A third-party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query | |
| 2. **Native macOS App**: A third-party app for debugging React Query in any js-based application: | |
| https://github.com/LovesWorking/rn-better-dev-tools | |
| 3. **Flipper Plugin**: A third-party plugin for Flipper users: | |
| https://github.com/bgaleotti/react-query-native-devtools | |
| 4. **Reactotron Plugin**: A third-party plugin for Reactotron users: |
🧰 Tools
🪛 LanguageTool
[grammar] ~14-~14: Use a hyphen to join words.
Context: ...ck-query 2. Native macOS App: A 3rd party app for debugging React Query in a...
(QB_NEW_EN_HYPHEN)
[grammar] ~17-~17: Use a hyphen to join words.
Context: ...-dev-tools 3. Flipper Plugin: A 3rd party plugin for Flipper users: https...
(QB_NEW_EN_HYPHEN)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/framework/react/react-native.md` around lines 12 - 20, Replace the
inconsistent "3rd party" phrasing with the hyphenated "third-party" in the
DevTools list entries for "Rozenite Plugin", "Native macOS App", "Flipper
Plugin", and "Reactotron Plugin" so all four bullets use "third-party"
(hyphenated) for consistent grammar and style.
🎯 Changes
Updated the DevTools support section to include the Rozenite Plugin for React Native DevTools users, enhancing the available debugging options.
✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit